
package proyecto;

import java.awt.Color;
import java.io.*;
import javax.swing.JButton;

public class LABERINTO extends javax.swing.JFrame {
   
    Color MiColor[]={Color.WHITE,Color.BLACK,Color.YELLOW,Color.RED};
    int i,j,k,n;
    long t;
    int RUTA[]={0,2,2,2,2,2,2,2,3,3,3,3,3,3,3,2,2,3,3,3,2,2,2,2,2,3,3,3,2};
    
    
    int M[][]={{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
               {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 },
               {0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1},
               {0,1,1,0,1,0,1,1,0,1,0,1,0,0,0,1},
               {0,1,1,0,1,0,0,0,0,1,0,1,0,1,0,1},
               {0,1,1,0,1,1,0,1,0,1,0,0,0,1,0,1},
               {0,1,1,0,1,1,0,1,0,1,0,1,0,1,0,1},
               {0,1,1,0,0,0,0,1,0,0,0,1,0,1,0,1},
               {0,1,1,1,1,1,0,1,0,1,1,1,0,1,0,1},
               {0,1,1,0,0,0,0,1,0,0,0,1,0,1,0,1},
               {0,1,1,0,1,0,0,1,1,1,0,1,0,1,0,1},
               {0,1,1,0,1,0,0,0,0,0,0,1,0,1,0,1},
               {0,1,1,0,1,0,1,1,1,1,0,0,0,0,0,1},
               {0,1,1,0,0,0,1,0,0,1,0,1,1,1,0,1},
               {0,1,1,0,1,0,1,0,0,0,0,0,1,0,0,0},
               {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1},};
    
    int N[][]={{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
               {0,0,0,0,0,0,0,1,1,0,1,0,1,0,0,1},
               {0,1,0,1,1,0,0,0,1,0,0,1,1,1,0,0},
               {0,1,0,1,0,1,1,0,1,0,0,0,0,0,0,0},
               {0,1,0,1,0,0,0,1,1,1,0,0,0,1,1,1},
               {0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0},
               {0,1,0,1,0,1,1,1,1,1,1,1,0,0,0,0},
               {0,1,0,1,0,0,0,0,1,0,0,1,0,0,1,1},
               {0,0,0,0,0,0,1,0,1,0,0,1,0,0,1,0},
               {0,0,0,1,1,0,0,0,0,1,1,1,0,0,1,1},
               {0,1,1,1,0,0,0,0,0,1,0,1,0,0,1,0},
               {0,0,0,0,0,1,0,1,0,1,1,0,0,1,1,0},
               {0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,1},
               {0,0,0,0,0,0,0,1,0,1,0,0,1,0,0,1},
               {0,0,1,1,1,1,1,1,0,1,0,0,0,0,0,1},
               {0,0,0,0,0,0,0,1,0,1,1,1,1,1,0,0},};
    
    int O[][]={{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
               {0,1,1,0,0,1,0,1,1,1,1,1,0,0,1,1},
               {0,0,0,1,1,0,0,0,0,1,0,0,1,1,0,0},
               {0,0,0,0,0,1,1,0,0,1,0,0,1,1,0,1},
               {0,1,1,0,0,0,0,1,1,1,0,0,0,1,0,0},
               {0,0,1,0,1,0,1,0,0,1,0,0,0,1,1,1},
               {0,0,0,0,1,1,1,0,1,1,1,1,0,0,0,0},
               {0,0,1,1,1,0,0,0,1,1,0,1,0,1,0,1},
               {0,1,0,0,1,0,1,0,0,0,0,1,0,1,0,0},
               {0,0,1,0,1,0,1,0,0,1,1,1,0,0,0,0},
               {0,0,0,1,1,0,1,0,0,1,0,0,0,1,1,1},
               {0,1,0,0,1,1,0,1,0,0,1,0,0,0,0,0},
               {0,1,1,0,0,1,0,0,1,0,1,0,1,1,1,0},
               {0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0},
               {0,1,0,1,1,0,1,1,1,0,0,0,0,0,0,1},
               {0,0,1,1,0,1,1,1,0,1,1,1,1,0,0,0},};
    
    int P[][]={{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
               {0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,1},
               {0,0,1,0,0,0,1,0,1,0,0,1,0,1,0,0},
               {0,0,1,0,1,0,1,0,1,0,0,0,0,1,0,0},
               {0,0,0,0,0,0,1,0,1,1,1,1,0,1,1,1},
               {0,0,1,1,1,0,1,0,1,0,0,0,0,0,0,0},
               {0,0,1,0,1,0,0,0,1,0,1,0,1,1,1,1},
               {0,0,1,1,1,1,1,0,1,0,1,0,1,0,0,1},
               {0,0,0,0,1,0,0,0,1,1,1,0,1,0,1,0},
               {0,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1},
               {0,1,0,0,1,0,1,1,0,0,1,0,0,0,0,0},
               {0,1,0,1,0,0,0,1,1,0,1,0,0,1,0,0},
               {0,1,0,1,1,1,1,1,1,1,1,0,0,1,0,1},
               {0,1,0,0,0,1,0,0,1,0,1,0,1,0,1,0},
               {0,1,0,1,0,1,0,0,1,1,1,1,1,1,0,0},
               {0,1,0,1,0,1,0,0,0,0,0,0,0,1,1,1},};
    
    int Q[][]={{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
               {0,1,0,1,1,0,0,0,1,0,1,1,0,0,1,1},
               {0,0,1,0,0,0,1,1,0,0,1,1,0,1,0,1},
               {0,0,1,0,1,0,1,0,0,0,1,1,0,1,0,1},
               {0,1,1,0,0,0,1,1,1,1,1,0,1,1,1,1},
               {0,0,1,0,1,0,1,0,1,0,0,0,0,0,0,0},
               {0,0,1,0,1,1,0,0,0,0,1,0,1,1,1,1},
               {0,0,0,0,1,0,1,0,1,0,1,0,0,0,1,1},
               {0,1,0,0,1,0,0,1,1,0,0,0,0,0,1,0},
               {0,1,1,1,1,0,0,1,0,1,0,0,1,1,1,1},
               {0,1,0,0,0,1,0,1,0,0,1,0,0,0,0,0},
               {0,1,0,0,0,0,0,1,0,0,1,0,1,1,1,1},
               {0,1,0,1,1,1,1,1,1,0,1,0,1,0,0,1},
               {0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1},
               {0,0,1,1,1,1,0,1,1,1,0,1,1,1,0,0},
               {0,1,0,1,0,1,1,1,0,0,0,1,0,1,1,0},};

    
    public LABERINTO() {
        initComponents();
    }

    @SuppressWarnings("unchecked")
    // <editor-fold defaultstate="collapsed" desc="Generated Code">                          
    private void initComponents() {

        C0101 = new javax.swing.JTextField();
        C0102 = new javax.swing.JTextField();
        C0103 = new javax.swing.JTextField();
        C0104 = new javax.swing.JTextField();
        C0105 = new javax.swing.JTextField();
        C0106 = new javax.swing.JTextField();
        C0107 = new javax.swing.JTextField();
        C0108 = new javax.swing.JTextField();
        C0109 = new javax.swing.JTextField();
        C0110 = new javax.swing.JTextField();
        C0111 = new javax.swing.JTextField();
        C0112 = new javax.swing.JTextField();
        C0113 = new javax.swing.JTextField();
        C0114 = new javax.swing.JTextField();
        C0115 = new javax.swing.JTextField();
        C0201 = new javax.swing.JTextField();
        C0202 = new javax.swing.JTextField();
        C0203 = new javax.swing.JTextField();
        C0204 = new javax.swing.JTextField();
        C0205 = new javax.swing.JTextField();
        C0206 = new javax.swing.JTextField();
        C0207 = new javax.swing.JTextField();
        C0208 = new javax.swing.JTextField();
        C0209 = new javax.swing.JTextField();
        C0210 = new javax.swing.JTextField();
        C0211 = new javax.swing.JTextField();
        C0212 = new javax.swing.JTextField();
        C0213 = new javax.swing.JTextField();
        C0214 = new javax.swing.JTextField();
        C0215 = new javax.swing.JTextField();
        C0301 = new javax.swing.JTextField();
        C0302 = new javax.swing.JTextField();
        C0303 = new javax.swing.JTextField();
        C0304 = new javax.swing.JTextField();
        C0305 = new javax.swing.JTextField();
        C0306 = new javax.swing.JTextField();
        C0307 = new javax.swing.JTextField();
        C0308 = new javax.swing.JTextField();
        C0309 = new javax.swing.JTextField();
        C0310 = new javax.swing.JTextField();
        C0311 = new javax.swing.JTextField();
        C0312 = new javax.swing.JTextField();
        C0313 = new javax.swing.JTextField();
        C0314 = new javax.swing.JTextField();
        C0315 = new javax.swing.JTextField();
        C0401 = new javax.swing.JTextField();
        C0402 = new javax.swing.JTextField();
        C0403 = new javax.swing.JTextField();
        C0404 = new javax.swing.JTextField();
        C0405 = new javax.swing.JTextField();
        C0406 = new javax.swing.JTextField();
        C0407 = new javax.swing.JTextField();
        C0408 = new javax.swing.JTextField();
        C0409 = new javax.swing.JTextField();
        C0410 = new javax.swing.JTextField();
        C0411 = new javax.swing.JTextField();
        C0412 = new javax.swing.JTextField();
        C0413 = new javax.swing.JTextField();
        C0414 = new javax.swing.JTextField();
        C0415 = new javax.swing.JTextField();
        C0501 = new javax.swing.JTextField();
        C0502 = new javax.swing.JTextField();
        C0503 = new javax.swing.JTextField();
        C0504 = new javax.swing.JTextField();
        C0505 = new javax.swing.JTextField();
        C0506 = new javax.swing.JTextField();
        C0507 = new javax.swing.JTextField();
        C0508 = new javax.swing.JTextField();
        C0509 = new javax.swing.JTextField();
        C0510 = new javax.swing.JTextField();
        C0511 = new javax.swing.JTextField();
        C0512 = new javax.swing.JTextField();
        C0513 = new javax.swing.JTextField();
        C0514 = new javax.swing.JTextField();
        C0515 = new javax.swing.JTextField();
        C0601 = new javax.swing.JTextField();
        C0602 = new javax.swing.JTextField();
        C0603 = new javax.swing.JTextField();
        C0604 = new javax.swing.JTextField();
        C0605 = new javax.swing.JTextField();
        C0606 = new javax.swing.JTextField();
        C0607 = new javax.swing.JTextField();
        C0608 = new javax.swing.JTextField();
        C0609 = new javax.swing.JTextField();
        C0610 = new javax.swing.JTextField();
        C0611 = new javax.swing.JTextField();
        C0612 = new javax.swing.JTextField();
        C0613 = new javax.swing.JTextField();
        C0614 = new javax.swing.JTextField();
        C0615 = new javax.swing.JTextField();
        C0701 = new javax.swing.JTextField();
        C0702 = new javax.swing.JTextField();
        C0703 = new javax.swing.JTextField();
        C0704 = new javax.swing.JTextField();
        C0705 = new javax.swing.JTextField();
        C0706 = new javax.swing.JTextField();
        C0707 = new javax.swing.JTextField();
        C0708 = new javax.swing.JTextField();
        C0709 = new javax.swing.JTextField();
        C0710 = new javax.swing.JTextField();
        C0711 = new javax.swing.JTextField();
        C0712 = new javax.swing.JTextField();
        C0713 = new javax.swing.JTextField();
        C0714 = new javax.swing.JTextField();
        C0715 = new javax.swing.JTextField();
        C0801 = new javax.swing.JTextField();
        C0802 = new javax.swing.JTextField();
        C0803 = new javax.swing.JTextField();
        C0804 = new javax.swing.JTextField();
        C0805 = new javax.swing.JTextField();
        C0806 = new javax.swing.JTextField();
        C0807 = new javax.swing.JTextField();
        C0808 = new javax.swing.JTextField();
        C0809 = new javax.swing.JTextField();
        C0810 = new javax.swing.JTextField();
        C0811 = new javax.swing.JTextField();
        C0812 = new javax.swing.JTextField();
        C0813 = new javax.swing.JTextField();
        C0814 = new javax.swing.JTextField();
        C0815 = new javax.swing.JTextField();
        C0901 = new javax.swing.JTextField();
        C0902 = new javax.swing.JTextField();
        C0903 = new javax.swing.JTextField();
        C0904 = new javax.swing.JTextField();
        C0905 = new javax.swing.JTextField();
        C0906 = new javax.swing.JTextField();
        C0907 = new javax.swing.JTextField();
        C0908 = new javax.swing.JTextField();
        C0909 = new javax.swing.JTextField();
        C0910 = new javax.swing.JTextField();
        C0911 = new javax.swing.JTextField();
        C0912 = new javax.swing.JTextField();
        C0913 = new javax.swing.JTextField();
        C0914 = new javax.swing.JTextField();
        C0915 = new javax.swing.JTextField();
        C1001 = new javax.swing.JTextField();
        C1002 = new javax.swing.JTextField();
        C1003 = new javax.swing.JTextField();
        C1004 = new javax.swing.JTextField();
        C1005 = new javax.swing.JTextField();
        C1006 = new javax.swing.JTextField();
        C1007 = new javax.swing.JTextField();
        C1008 = new javax.swing.JTextField();
        C1009 = new javax.swing.JTextField();
        C1010 = new javax.swing.JTextField();
        C1011 = new javax.swing.JTextField();
        C1012 = new javax.swing.JTextField();
        C1013 = new javax.swing.JTextField();
        C1014 = new javax.swing.JTextField();
        C1015 = new javax.swing.JTextField();
        C1101 = new javax.swing.JTextField();
        C1102 = new javax.swing.JTextField();
        C1103 = new javax.swing.JTextField();
        C1104 = new javax.swing.JTextField();
        C1105 = new javax.swing.JTextField();
        C1106 = new javax.swing.JTextField();
        C1107 = new javax.swing.JTextField();
        C1108 = new javax.swing.JTextField();
        C1109 = new javax.swing.JTextField();
        C1110 = new javax.swing.JTextField();
        C1111 = new javax.swing.JTextField();
        C1112 = new javax.swing.JTextField();
        C1113 = new javax.swing.JTextField();
        C1114 = new javax.swing.JTextField();
        C1115 = new javax.swing.JTextField();
        C1201 = new javax.swing.JTextField();
        C1202 = new javax.swing.JTextField();
        C1203 = new javax.swing.JTextField();
        C1204 = new javax.swing.JTextField();
        C1205 = new javax.swing.JTextField();
        C1206 = new javax.swing.JTextField();
        C1207 = new javax.swing.JTextField();
        C1208 = new javax.swing.JTextField();
        C1209 = new javax.swing.JTextField();
        C1210 = new javax.swing.JTextField();
        C1211 = new javax.swing.JTextField();
        C1212 = new javax.swing.JTextField();
        C1213 = new javax.swing.JTextField();
        C1214 = new javax.swing.JTextField();
        C1215 = new javax.swing.JTextField();
        C1301 = new javax.swing.JTextField();
        C1302 = new javax.swing.JTextField();
        C1303 = new javax.swing.JTextField();
        C1304 = new javax.swing.JTextField();
        C1305 = new javax.swing.JTextField();
        C1306 = new javax.swing.JTextField();
        C1307 = new javax.swing.JTextField();
        C1308 = new javax.swing.JTextField();
        C1309 = new javax.swing.JTextField();
        C1310 = new javax.swing.JTextField();
        C1311 = new javax.swing.JTextField();
        C1312 = new javax.swing.JTextField();
        C1313 = new javax.swing.JTextField();
        C1314 = new javax.swing.JTextField();
        C1315 = new javax.swing.JTextField();
        C1401 = new javax.swing.JTextField();
        C1402 = new javax.swing.JTextField();
        C1403 = new javax.swing.JTextField();
        C1404 = new javax.swing.JTextField();
        C1405 = new javax.swing.JTextField();
        C1406 = new javax.swing.JTextField();
        C1407 = new javax.swing.JTextField();
        C1408 = new javax.swing.JTextField();
        C1409 = new javax.swing.JTextField();
        C1410 = new javax.swing.JTextField();
        C1411 = new javax.swing.JTextField();
        C1412 = new javax.swing.JTextField();
        C1413 = new javax.swing.JTextField();
        C1414 = new javax.swing.JTextField();
        C1415 = new javax.swing.JTextField();
        C1501 = new javax.swing.JTextField();
        C1502 = new javax.swing.JTextField();
        C1503 = new javax.swing.JTextField();
        C1504 = new javax.swing.JTextField();
        C1505 = new javax.swing.JTextField();
        C1506 = new javax.swing.JTextField();
        C1507 = new javax.swing.JTextField();
        C1508 = new javax.swing.JTextField();
        C1509 = new javax.swing.JTextField();
        C1510 = new javax.swing.JTextField();
        C1511 = new javax.swing.JTextField();
        C1512 = new javax.swing.JTextField();
        C1513 = new javax.swing.JTextField();
        C1514 = new javax.swing.JTextField();
        C1515 = new javax.swing.JTextField();
        VerLab = new javax.swing.JButton();
        L2 = new javax.swing.JButton();
        L3 = new javax.swing.JButton();
        L4 = new javax.swing.JButton();
        L5 = new javax.swing.JButton();
        LIMPIAR = new javax.swing.JButton();
        INICIO = new javax.swing.JButton();
        ARRIBA = new javax.swing.JButton();
        IZQUIERDA = new javax.swing.JButton();
        DERECHA = new javax.swing.JButton();
        ABAJO = new javax.swing.JButton();
        SOLUCION = new javax.swing.JButton();
        LEER = new javax.swing.JButton();
        GUARDAR = new javax.swing.JButton();

        setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
        setTitle("LABERINTO");

        C0101.setAlignmentX(0.0F);
        C0101.setAlignmentY(0.0F);
        C0101.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0102.setAlignmentX(0.0F);
        C0102.setAlignmentY(0.0F);
        C0102.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0103.setAlignmentX(0.0F);
        C0103.setAlignmentY(0.0F);
        C0103.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0104.setAlignmentX(0.0F);
        C0104.setAlignmentY(0.0F);
        C0104.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0105.setAlignmentX(0.0F);
        C0105.setAlignmentY(0.0F);
        C0105.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0106.setAlignmentX(0.0F);
        C0106.setAlignmentY(0.0F);
        C0106.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0107.setAlignmentX(0.0F);
        C0107.setAlignmentY(0.0F);
        C0107.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0108.setAlignmentX(0.0F);
        C0108.setAlignmentY(0.0F);
        C0108.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0109.setAlignmentX(0.0F);
        C0109.setAlignmentY(0.0F);
        C0109.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0110.setAlignmentX(0.0F);
        C0110.setAlignmentY(0.0F);
        C0110.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0111.setAlignmentX(0.0F);
        C0111.setAlignmentY(0.0F);
        C0111.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0112.setAlignmentX(0.0F);
        C0112.setAlignmentY(0.0F);
        C0112.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0113.setAlignmentX(0.0F);
        C0113.setAlignmentY(0.0F);
        C0113.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0114.setAlignmentX(0.0F);
        C0114.setAlignmentY(0.0F);
        C0114.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0115.setAlignmentX(0.0F);
        C0115.setAlignmentY(0.0F);
        C0115.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0201.setAlignmentX(0.0F);
        C0201.setAlignmentY(0.0F);
        C0201.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0202.setAlignmentX(0.0F);
        C0202.setAlignmentY(0.0F);
        C0202.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0203.setAlignmentX(0.0F);
        C0203.setAlignmentY(0.0F);
        C0203.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0204.setAlignmentX(0.0F);
        C0204.setAlignmentY(0.0F);
        C0204.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0205.setAlignmentX(0.0F);
        C0205.setAlignmentY(0.0F);
        C0205.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0206.setAlignmentX(0.0F);
        C0206.setAlignmentY(0.0F);
        C0206.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0207.setAlignmentX(0.0F);
        C0207.setAlignmentY(0.0F);
        C0207.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0208.setAlignmentX(0.0F);
        C0208.setAlignmentY(0.0F);
        C0208.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0209.setAlignmentX(0.0F);
        C0209.setAlignmentY(0.0F);
        C0209.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0210.setAlignmentX(0.0F);
        C0210.setAlignmentY(0.0F);
        C0210.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0211.setAlignmentX(0.0F);
        C0211.setAlignmentY(0.0F);
        C0211.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0212.setAlignmentX(0.0F);
        C0212.setAlignmentY(0.0F);
        C0212.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0213.setAlignmentX(0.0F);
        C0213.setAlignmentY(0.0F);
        C0213.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0214.setAlignmentX(0.0F);
        C0214.setAlignmentY(0.0F);
        C0214.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0215.setAlignmentX(0.0F);
        C0215.setAlignmentY(0.0F);
        C0215.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0301.setAlignmentX(0.0F);
        C0301.setAlignmentY(0.0F);
        C0301.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0302.setAlignmentX(0.0F);
        C0302.setAlignmentY(0.0F);
        C0302.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0303.setAlignmentX(0.0F);
        C0303.setAlignmentY(0.0F);
        C0303.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0304.setAlignmentX(0.0F);
        C0304.setAlignmentY(0.0F);
        C0304.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0305.setAlignmentX(0.0F);
        C0305.setAlignmentY(0.0F);
        C0305.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0306.setAlignmentX(0.0F);
        C0306.setAlignmentY(0.0F);
        C0306.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0307.setAlignmentX(0.0F);
        C0307.setAlignmentY(0.0F);
        C0307.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0308.setAlignmentX(0.0F);
        C0308.setAlignmentY(0.0F);
        C0308.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0309.setAlignmentX(0.0F);
        C0309.setAlignmentY(0.0F);
        C0309.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0310.setAlignmentX(0.0F);
        C0310.setAlignmentY(0.0F);
        C0310.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0311.setAlignmentX(0.0F);
        C0311.setAlignmentY(0.0F);
        C0311.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0312.setAlignmentX(0.0F);
        C0312.setAlignmentY(0.0F);
        C0312.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0313.setAlignmentX(0.0F);
        C0313.setAlignmentY(0.0F);
        C0313.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0314.setAlignmentX(0.0F);
        C0314.setAlignmentY(0.0F);
        C0314.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0315.setAlignmentX(0.0F);
        C0315.setAlignmentY(0.0F);
        C0315.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0401.setAlignmentX(0.0F);
        C0401.setAlignmentY(0.0F);
        C0401.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0402.setAlignmentX(0.0F);
        C0402.setAlignmentY(0.0F);
        C0402.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0403.setAlignmentX(0.0F);
        C0403.setAlignmentY(0.0F);
        C0403.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0404.setAlignmentX(0.0F);
        C0404.setAlignmentY(0.0F);
        C0404.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0405.setAlignmentX(0.0F);
        C0405.setAlignmentY(0.0F);
        C0405.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0406.setAlignmentX(0.0F);
        C0406.setAlignmentY(0.0F);
        C0406.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0407.setAlignmentX(0.0F);
        C0407.setAlignmentY(0.0F);
        C0407.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0408.setAlignmentX(0.0F);
        C0408.setAlignmentY(0.0F);
        C0408.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0409.setAlignmentX(0.0F);
        C0409.setAlignmentY(0.0F);
        C0409.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0410.setAlignmentX(0.0F);
        C0410.setAlignmentY(0.0F);
        C0410.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0411.setAlignmentX(0.0F);
        C0411.setAlignmentY(0.0F);
        C0411.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0412.setAlignmentX(0.0F);
        C0412.setAlignmentY(0.0F);
        C0412.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0413.setAlignmentX(0.0F);
        C0413.setAlignmentY(0.0F);
        C0413.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0414.setAlignmentX(0.0F);
        C0414.setAlignmentY(0.0F);
        C0414.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0415.setAlignmentX(0.0F);
        C0415.setAlignmentY(0.0F);
        C0415.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0501.setAlignmentX(0.0F);
        C0501.setAlignmentY(0.0F);
        C0501.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0502.setAlignmentX(0.0F);
        C0502.setAlignmentY(0.0F);
        C0502.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0503.setAlignmentX(0.0F);
        C0503.setAlignmentY(0.0F);
        C0503.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0504.setAlignmentX(0.0F);
        C0504.setAlignmentY(0.0F);
        C0504.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0505.setAlignmentX(0.0F);
        C0505.setAlignmentY(0.0F);
        C0505.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0506.setAlignmentX(0.0F);
        C0506.setAlignmentY(0.0F);
        C0506.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0507.setAlignmentX(0.0F);
        C0507.setAlignmentY(0.0F);
        C0507.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0508.setAlignmentX(0.0F);
        C0508.setAlignmentY(0.0F);
        C0508.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0509.setAlignmentX(0.0F);
        C0509.setAlignmentY(0.0F);
        C0509.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0510.setAlignmentX(0.0F);
        C0510.setAlignmentY(0.0F);
        C0510.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0511.setAlignmentX(0.0F);
        C0511.setAlignmentY(0.0F);
        C0511.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0512.setAlignmentX(0.0F);
        C0512.setAlignmentY(0.0F);
        C0512.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0513.setAlignmentX(0.0F);
        C0513.setAlignmentY(0.0F);
        C0513.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0514.setAlignmentX(0.0F);
        C0514.setAlignmentY(0.0F);
        C0514.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0515.setAlignmentX(0.0F);
        C0515.setAlignmentY(0.0F);
        C0515.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0601.setAlignmentX(0.0F);
        C0601.setAlignmentY(0.0F);
        C0601.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0602.setAlignmentX(0.0F);
        C0602.setAlignmentY(0.0F);
        C0602.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0603.setAlignmentX(0.0F);
        C0603.setAlignmentY(0.0F);
        C0603.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0604.setAlignmentX(0.0F);
        C0604.setAlignmentY(0.0F);
        C0604.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0605.setAlignmentX(0.0F);
        C0605.setAlignmentY(0.0F);
        C0605.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0606.setAlignmentX(0.0F);
        C0606.setAlignmentY(0.0F);
        C0606.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0607.setAlignmentX(0.0F);
        C0607.setAlignmentY(0.0F);
        C0607.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0608.setAlignmentX(0.0F);
        C0608.setAlignmentY(0.0F);
        C0608.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0609.setAlignmentX(0.0F);
        C0609.setAlignmentY(0.0F);
        C0609.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0610.setAlignmentX(0.0F);
        C0610.setAlignmentY(0.0F);
        C0610.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0611.setAlignmentX(0.0F);
        C0611.setAlignmentY(0.0F);
        C0611.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0612.setAlignmentX(0.0F);
        C0612.setAlignmentY(0.0F);
        C0612.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0613.setAlignmentX(0.0F);
        C0613.setAlignmentY(0.0F);
        C0613.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0614.setAlignmentX(0.0F);
        C0614.setAlignmentY(0.0F);
        C0614.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0615.setAlignmentX(0.0F);
        C0615.setAlignmentY(0.0F);
        C0615.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0701.setAlignmentX(0.0F);
        C0701.setAlignmentY(0.0F);
        C0701.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0702.setAlignmentX(0.0F);
        C0702.setAlignmentY(0.0F);
        C0702.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0703.setAlignmentX(0.0F);
        C0703.setAlignmentY(0.0F);
        C0703.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0704.setAlignmentX(0.0F);
        C0704.setAlignmentY(0.0F);
        C0704.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0705.setAlignmentX(0.0F);
        C0705.setAlignmentY(0.0F);
        C0705.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0706.setAlignmentX(0.0F);
        C0706.setAlignmentY(0.0F);
        C0706.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0707.setAlignmentX(0.0F);
        C0707.setAlignmentY(0.0F);
        C0707.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0708.setAlignmentX(0.0F);
        C0708.setAlignmentY(0.0F);
        C0708.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0709.setAlignmentX(0.0F);
        C0709.setAlignmentY(0.0F);
        C0709.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0710.setAlignmentX(0.0F);
        C0710.setAlignmentY(0.0F);
        C0710.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0711.setAlignmentX(0.0F);
        C0711.setAlignmentY(0.0F);
        C0711.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0712.setAlignmentX(0.0F);
        C0712.setAlignmentY(0.0F);
        C0712.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0713.setAlignmentX(0.0F);
        C0713.setAlignmentY(0.0F);
        C0713.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0714.setAlignmentX(0.0F);
        C0714.setAlignmentY(0.0F);
        C0714.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0715.setAlignmentX(0.0F);
        C0715.setAlignmentY(0.0F);
        C0715.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0801.setAlignmentX(0.0F);
        C0801.setAlignmentY(0.0F);
        C0801.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0802.setAlignmentX(0.0F);
        C0802.setAlignmentY(0.0F);
        C0802.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0803.setAlignmentX(0.0F);
        C0803.setAlignmentY(0.0F);
        C0803.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0804.setAlignmentX(0.0F);
        C0804.setAlignmentY(0.0F);
        C0804.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0805.setAlignmentX(0.0F);
        C0805.setAlignmentY(0.0F);
        C0805.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0806.setAlignmentX(0.0F);
        C0806.setAlignmentY(0.0F);
        C0806.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0807.setAlignmentX(0.0F);
        C0807.setAlignmentY(0.0F);
        C0807.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0808.setAlignmentX(0.0F);
        C0808.setAlignmentY(0.0F);
        C0808.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0809.setAlignmentX(0.0F);
        C0809.setAlignmentY(0.0F);
        C0809.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0810.setAlignmentX(0.0F);
        C0810.setAlignmentY(0.0F);
        C0810.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0811.setAlignmentX(0.0F);
        C0811.setAlignmentY(0.0F);
        C0811.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0812.setAlignmentX(0.0F);
        C0812.setAlignmentY(0.0F);
        C0812.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0813.setAlignmentX(0.0F);
        C0813.setAlignmentY(0.0F);
        C0813.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0814.setAlignmentX(0.0F);
        C0814.setAlignmentY(0.0F);
        C0814.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0815.setAlignmentX(0.0F);
        C0815.setAlignmentY(0.0F);
        C0815.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0901.setAlignmentX(0.0F);
        C0901.setAlignmentY(0.0F);
        C0901.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0902.setAlignmentX(0.0F);
        C0902.setAlignmentY(0.0F);
        C0902.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0903.setAlignmentX(0.0F);
        C0903.setAlignmentY(0.0F);
        C0903.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0904.setAlignmentX(0.0F);
        C0904.setAlignmentY(0.0F);
        C0904.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0905.setAlignmentX(0.0F);
        C0905.setAlignmentY(0.0F);
        C0905.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0906.setAlignmentX(0.0F);
        C0906.setAlignmentY(0.0F);
        C0906.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0907.setAlignmentX(0.0F);
        C0907.setAlignmentY(0.0F);
        C0907.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0908.setAlignmentX(0.0F);
        C0908.setAlignmentY(0.0F);
        C0908.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0909.setAlignmentX(0.0F);
        C0909.setAlignmentY(0.0F);
        C0909.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0910.setAlignmentX(0.0F);
        C0910.setAlignmentY(0.0F);
        C0910.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0911.setAlignmentX(0.0F);
        C0911.setAlignmentY(0.0F);
        C0911.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0912.setAlignmentX(0.0F);
        C0912.setAlignmentY(0.0F);
        C0912.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0913.setAlignmentX(0.0F);
        C0913.setAlignmentY(0.0F);
        C0913.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0914.setAlignmentX(0.0F);
        C0914.setAlignmentY(0.0F);
        C0914.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C0915.setAlignmentX(0.0F);
        C0915.setAlignmentY(0.0F);
        C0915.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1001.setAlignmentX(0.0F);
        C1001.setAlignmentY(0.0F);
        C1001.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1002.setAlignmentX(0.0F);
        C1002.setAlignmentY(0.0F);
        C1002.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1003.setAlignmentX(0.0F);
        C1003.setAlignmentY(0.0F);
        C1003.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1004.setAlignmentX(0.0F);
        C1004.setAlignmentY(0.0F);
        C1004.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1005.setAlignmentX(0.0F);
        C1005.setAlignmentY(0.0F);
        C1005.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1006.setAlignmentX(0.0F);
        C1006.setAlignmentY(0.0F);
        C1006.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1007.setAlignmentX(0.0F);
        C1007.setAlignmentY(0.0F);
        C1007.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1008.setAlignmentX(0.0F);
        C1008.setAlignmentY(0.0F);
        C1008.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1009.setAlignmentX(0.0F);
        C1009.setAlignmentY(0.0F);
        C1009.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1010.setAlignmentX(0.0F);
        C1010.setAlignmentY(0.0F);
        C1010.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1011.setAlignmentX(0.0F);
        C1011.setAlignmentY(0.0F);
        C1011.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1012.setAlignmentX(0.0F);
        C1012.setAlignmentY(0.0F);
        C1012.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1013.setAlignmentX(0.0F);
        C1013.setAlignmentY(0.0F);
        C1013.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1014.setAlignmentX(0.0F);
        C1014.setAlignmentY(0.0F);
        C1014.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1015.setAlignmentX(0.0F);
        C1015.setAlignmentY(0.0F);
        C1015.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1101.setAlignmentX(0.0F);
        C1101.setAlignmentY(0.0F);
        C1101.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1102.setAlignmentX(0.0F);
        C1102.setAlignmentY(0.0F);
        C1102.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1103.setAlignmentX(0.0F);
        C1103.setAlignmentY(0.0F);
        C1103.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1104.setAlignmentX(0.0F);
        C1104.setAlignmentY(0.0F);
        C1104.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1105.setAlignmentX(0.0F);
        C1105.setAlignmentY(0.0F);
        C1105.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1106.setAlignmentX(0.0F);
        C1106.setAlignmentY(0.0F);
        C1106.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1107.setAlignmentX(0.0F);
        C1107.setAlignmentY(0.0F);
        C1107.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1108.setAlignmentX(0.0F);
        C1108.setAlignmentY(0.0F);
        C1108.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1109.setAlignmentX(0.0F);
        C1109.setAlignmentY(0.0F);
        C1109.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1110.setAlignmentX(0.0F);
        C1110.setAlignmentY(0.0F);
        C1110.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1111.setAlignmentX(0.0F);
        C1111.setAlignmentY(0.0F);
        C1111.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1112.setAlignmentX(0.0F);
        C1112.setAlignmentY(0.0F);
        C1112.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1113.setAlignmentX(0.0F);
        C1113.setAlignmentY(0.0F);
        C1113.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1114.setAlignmentX(0.0F);
        C1114.setAlignmentY(0.0F);
        C1114.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1115.setAlignmentX(0.0F);
        C1115.setAlignmentY(0.0F);
        C1115.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1201.setAlignmentX(0.0F);
        C1201.setAlignmentY(0.0F);
        C1201.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1202.setAlignmentX(0.0F);
        C1202.setAlignmentY(0.0F);
        C1202.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1203.setAlignmentX(0.0F);
        C1203.setAlignmentY(0.0F);
        C1203.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1204.setAlignmentX(0.0F);
        C1204.setAlignmentY(0.0F);
        C1204.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1205.setAlignmentX(0.0F);
        C1205.setAlignmentY(0.0F);
        C1205.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1206.setAlignmentX(0.0F);
        C1206.setAlignmentY(0.0F);
        C1206.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1207.setAlignmentX(0.0F);
        C1207.setAlignmentY(0.0F);
        C1207.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1208.setAlignmentX(0.0F);
        C1208.setAlignmentY(0.0F);
        C1208.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1209.setAlignmentX(0.0F);
        C1209.setAlignmentY(0.0F);
        C1209.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1210.setAlignmentX(0.0F);
        C1210.setAlignmentY(0.0F);
        C1210.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1211.setAlignmentX(0.0F);
        C1211.setAlignmentY(0.0F);
        C1211.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1212.setAlignmentX(0.0F);
        C1212.setAlignmentY(0.0F);
        C1212.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1213.setAlignmentX(0.0F);
        C1213.setAlignmentY(0.0F);
        C1213.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1214.setAlignmentX(0.0F);
        C1214.setAlignmentY(0.0F);
        C1214.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1215.setAlignmentX(0.0F);
        C1215.setAlignmentY(0.0F);
        C1215.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1301.setAlignmentX(0.0F);
        C1301.setAlignmentY(0.0F);
        C1301.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1302.setAlignmentX(0.0F);
        C1302.setAlignmentY(0.0F);
        C1302.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1303.setAlignmentX(0.0F);
        C1303.setAlignmentY(0.0F);
        C1303.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1304.setAlignmentX(0.0F);
        C1304.setAlignmentY(0.0F);
        C1304.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1305.setAlignmentX(0.0F);
        C1305.setAlignmentY(0.0F);
        C1305.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1306.setAlignmentX(0.0F);
        C1306.setAlignmentY(0.0F);
        C1306.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1307.setAlignmentX(0.0F);
        C1307.setAlignmentY(0.0F);
        C1307.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1308.setAlignmentX(0.0F);
        C1308.setAlignmentY(0.0F);
        C1308.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1309.setAlignmentX(0.0F);
        C1309.setAlignmentY(0.0F);
        C1309.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1310.setAlignmentX(0.0F);
        C1310.setAlignmentY(0.0F);
        C1310.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1311.setAlignmentX(0.0F);
        C1311.setAlignmentY(0.0F);
        C1311.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1312.setAlignmentX(0.0F);
        C1312.setAlignmentY(0.0F);
        C1312.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1313.setAlignmentX(0.0F);
        C1313.setAlignmentY(0.0F);
        C1313.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1314.setAlignmentX(0.0F);
        C1314.setAlignmentY(0.0F);
        C1314.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1315.setAlignmentX(0.0F);
        C1315.setAlignmentY(0.0F);
        C1315.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1401.setAlignmentX(0.0F);
        C1401.setAlignmentY(0.0F);
        C1401.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1402.setAlignmentX(0.0F);
        C1402.setAlignmentY(0.0F);
        C1402.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1403.setAlignmentX(0.0F);
        C1403.setAlignmentY(0.0F);
        C1403.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1404.setAlignmentX(0.0F);
        C1404.setAlignmentY(0.0F);
        C1404.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1405.setAlignmentX(0.0F);
        C1405.setAlignmentY(0.0F);
        C1405.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1406.setAlignmentX(0.0F);
        C1406.setAlignmentY(0.0F);
        C1406.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1407.setAlignmentX(0.0F);
        C1407.setAlignmentY(0.0F);
        C1407.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1408.setAlignmentX(0.0F);
        C1408.setAlignmentY(0.0F);
        C1408.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1409.setAlignmentX(0.0F);
        C1409.setAlignmentY(0.0F);
        C1409.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1410.setAlignmentX(0.0F);
        C1410.setAlignmentY(0.0F);
        C1410.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1411.setAlignmentX(0.0F);
        C1411.setAlignmentY(0.0F);
        C1411.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1412.setAlignmentX(0.0F);
        C1412.setAlignmentY(0.0F);
        C1412.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1413.setAlignmentX(0.0F);
        C1413.setAlignmentY(0.0F);
        C1413.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1414.setAlignmentX(0.0F);
        C1414.setAlignmentY(0.0F);
        C1414.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1415.setAlignmentX(0.0F);
        C1415.setAlignmentY(0.0F);
        C1415.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1501.setAlignmentX(0.0F);
        C1501.setAlignmentY(0.0F);
        C1501.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1502.setAlignmentX(0.0F);
        C1502.setAlignmentY(0.0F);
        C1502.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1503.setAlignmentX(0.0F);
        C1503.setAlignmentY(0.0F);
        C1503.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1504.setAlignmentX(0.0F);
        C1504.setAlignmentY(0.0F);
        C1504.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1505.setAlignmentX(0.0F);
        C1505.setAlignmentY(0.0F);
        C1505.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1506.setAlignmentX(0.0F);
        C1506.setAlignmentY(0.0F);
        C1506.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1507.setAlignmentX(0.0F);
        C1507.setAlignmentY(0.0F);
        C1507.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1508.setAlignmentX(0.0F);
        C1508.setAlignmentY(0.0F);
        C1508.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1509.setAlignmentX(0.0F);
        C1509.setAlignmentY(0.0F);
        C1509.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1510.setAlignmentX(0.0F);
        C1510.setAlignmentY(0.0F);
        C1510.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1511.setAlignmentX(0.0F);
        C1511.setAlignmentY(0.0F);
        C1511.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1512.setAlignmentX(0.0F);
        C1512.setAlignmentY(0.0F);
        C1512.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1513.setAlignmentX(0.0F);
        C1513.setAlignmentY(0.0F);
        C1513.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1514.setAlignmentX(0.0F);
        C1514.setAlignmentY(0.0F);
        C1514.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        C1515.setAlignmentX(0.0F);
        C1515.setAlignmentY(0.0F);
        C1515.setBorder(javax.swing.BorderFactory.createEtchedBorder(java.awt.Color.black, null));

        VerLab.setText("Ver Lab M");
        VerLab.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                VerLabActionPerformed(evt);
            }
        });

        L2.setText("Laberinto N");
        L2.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                L2ActionPerformed(evt);
            }
        });

        L3.setText("Laberinto O");
        L3.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                L3ActionPerformed(evt);
            }
        });

        L4.setText("Laberinto P");
        L4.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                L4ActionPerformed(evt);
            }
        });

        L5.setText("Laberinto Q");
        L5.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                L5ActionPerformed(evt);
            }
        });

        LIMPIAR.setText("LIMPIAR");
        LIMPIAR.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                LIMPIARActionPerformed(evt);
            }
        });

        INICIO.setText("INICIO");
        INICIO.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                INICIOActionPerformed(evt);
            }
        });

        ARRIBA.setText("ARRIBA");
        ARRIBA.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                ARRIBAActionPerformed(evt);
            }
        });

        IZQUIERDA.setText("IZQUIERDA");
        IZQUIERDA.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                IZQUIERDAActionPerformed(evt);
            }
        });

        DERECHA.setText("DERECHA");
        DERECHA.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                DERECHAActionPerformed(evt);
            }
        });

        ABAJO.setText("ABAJO");
        ABAJO.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                ABAJOActionPerformed(evt);
            }
        });

        SOLUCION.setText("SOLUCION");
        SOLUCION.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                SOLUCIONActionPerformed(evt);
            }
        });

        LEER.setText("LEER ARCHIVO");
        LEER.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                LEERActionPerformed(evt);
            }
        });

        GUARDAR.setText("GUARDAR");
        GUARDAR.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                GUARDARActionPerformed(evt);
            }
        });

        javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
        getContentPane().setLayout(layout);
        layout.setHorizontalGroup(
            layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
            .addGroup(layout.createSequentialGroup()
                .addContainerGap()
                .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
                    .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.CENTER)
                        .addGroup(layout.createSequentialGroup()
                            .addComponent(C0101, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0102, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0103, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0104, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0105, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0106, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0107, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0108, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0109, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0110, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0111, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0112, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0113, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0114, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0115, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE))
                        .addGroup(layout.createSequentialGroup()
                            .addComponent(C0901, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0902, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0903, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0904, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0905, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0906, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0907, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0908, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0909, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0910, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0911, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0912, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0913, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0914, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0915, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE))
                        .addGroup(layout.createSequentialGroup()
                            .addComponent(C0201, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0202, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0203, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0204, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0205, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0206, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0207, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0208, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0209, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0210, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0211, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0212, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0213, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0214, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0215, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE))
                        .addGroup(layout.createSequentialGroup()
                            .addComponent(C0301, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0302, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0303, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0304, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0305, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0306, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0307, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0308, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0309, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0310, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0311, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0312, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0313, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0314, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0315, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE))
                        .addGroup(layout.createSequentialGroup()
                            .addComponent(C1001, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1002, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1003, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1004, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1005, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1006, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1007, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1008, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1009, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1010, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1011, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1012, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1013, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1014, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1015, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE))
                        .addGroup(layout.createSequentialGroup()
                            .addComponent(C1101, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1102, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1103, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1104, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1105, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1106, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1107, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1108, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1109, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1110, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1111, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1112, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1113, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1114, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1115, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE))
                        .addGroup(layout.createSequentialGroup()
                            .addComponent(C0401, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0402, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0403, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0404, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0405, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0406, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0407, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0408, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0409, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0410, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0411, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0412, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0413, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0414, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0415, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE))
                        .addGroup(layout.createSequentialGroup()
                            .addComponent(C0501, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0502, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0503, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0504, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0505, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0506, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0507, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0508, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0509, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0510, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0511, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0512, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0513, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0514, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0515, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE))
                        .addGroup(layout.createSequentialGroup()
                            .addComponent(C1201, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1202, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1203, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1204, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1205, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1206, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1207, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1208, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1209, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1210, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1211, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1212, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1213, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1214, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1215, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE))
                        .addGroup(layout.createSequentialGroup()
                            .addComponent(C1301, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1302, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1303, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1304, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1305, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1306, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1307, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1308, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1309, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1310, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1311, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1312, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1313, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1314, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1315, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE))
                        .addGroup(layout.createSequentialGroup()
                            .addComponent(C0601, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0602, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0603, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0604, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0605, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0606, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0607, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0608, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0609, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0610, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0611, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0612, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0613, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0614, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0615, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE))
                        .addGroup(layout.createSequentialGroup()
                            .addComponent(C1401, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1402, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1403, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1404, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1405, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1406, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1407, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1408, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1409, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1410, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1411, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1412, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1413, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1414, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C1415, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE))
                        .addGroup(layout.createSequentialGroup()
                            .addComponent(C0701, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0702, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0703, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0704, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0705, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0706, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0707, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0708, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0709, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0710, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0711, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0712, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0713, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0714, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0715, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE))
                        .addGroup(layout.createSequentialGroup()
                            .addComponent(C0801, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0802, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0803, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0804, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0805, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0806, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0807, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0808, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0809, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0810, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0811, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0812, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0813, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0814, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                            .addComponent(C0815, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)))
                    .addGroup(layout.createSequentialGroup()
                        .addComponent(C1501, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                        .addComponent(C1502, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                        .addComponent(C1503, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                        .addComponent(C1504, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                        .addComponent(C1505, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                        .addComponent(C1506, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                        .addComponent(C1507, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                        .addComponent(C1508, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                        .addComponent(C1509, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                        .addComponent(C1510, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                        .addComponent(C1511, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                        .addComponent(C1512, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                        .addComponent(C1513, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                        .addComponent(C1514, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                        .addComponent(C1515, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)))
                .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
                    .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
                        .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
                            .addGroup(layout.createSequentialGroup()
                                .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
                                .addComponent(IZQUIERDA, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
                                .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
                                .addComponent(DERECHA, javax.swing.GroupLayout.PREFERRED_SIZE, 93, javax.swing.GroupLayout.PREFERRED_SIZE))
                            .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
                                .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 84, Short.MAX_VALUE)
                                .addComponent(ABAJO, javax.swing.GroupLayout.PREFERRED_SIZE, 93, javax.swing.GroupLayout.PREFERRED_SIZE)
                                .addGap(42, 42, 42)))
                        .addContainerGap())
                    .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
                        .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
                            .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
                                .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
                                    .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
                                        .addComponent(INICIO, javax.swing.GroupLayout.PREFERRED_SIZE, 93, javax.swing.GroupLayout.PREFERRED_SIZE)
                                        .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING, false)
                                            .addComponent(L4, javax.swing.GroupLayout.Alignment.LEADING, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
                                            .addComponent(L5, javax.swing.GroupLayout.Alignment.LEADING, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
                                            .addComponent(LIMPIAR, javax.swing.GroupLayout.Alignment.LEADING, javax.swing.GroupLayout.PREFERRED_SIZE, 92, javax.swing.GroupLayout.PREFERRED_SIZE))
                                        .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING, false)
                                            .addComponent(VerLab, javax.swing.GroupLayout.Alignment.LEADING, javax.swing.GroupLayout.DEFAULT_SIZE, 92, Short.MAX_VALUE)
                                            .addComponent(L2, javax.swing.GroupLayout.Alignment.LEADING, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
                                        .addComponent(ARRIBA, javax.swing.GroupLayout.PREFERRED_SIZE, 93, javax.swing.GroupLayout.PREFERRED_SIZE)
                                        .addComponent(L3))
                                    .addGap(59, 59, 59))
                                .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
                                    .addComponent(SOLUCION, javax.swing.GroupLayout.PREFERRED_SIZE, 119, javax.swing.GroupLayout.PREFERRED_SIZE)
                                    .addGap(39, 39, 39)))
                            .addComponent(GUARDAR, javax.swing.GroupLayout.PREFERRED_SIZE, 119, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(LEER, javax.swing.GroupLayout.PREFERRED_SIZE, 119, javax.swing.GroupLayout.PREFERRED_SIZE)))))
        );

        layout.linkSize(javax.swing.SwingConstants.HORIZONTAL, new java.awt.Component[] {C0101, C0102, C0103, C0104, C0105, C0106, C0107, C0108, C0109, C0110, C0111, C0112, C0113, C0114, C0115, C0201, C0202, C0203, C0204, C0205, C0206, C0207, C0208, C0209, C0210, C0211, C0212, C0213, C0214, C0215, C0301, C0302, C0303, C0304, C0305, C0306, C0307, C0308, C0309, C0310, C0311, C0312, C0313, C0314, C0315, C0401, C0402, C0403, C0404, C0405, C0406, C0407, C0408, C0409, C0410, C0411, C0412, C0413, C0414, C0415, C0501, C0502, C0503, C0504, C0505, C0506, C0507, C0508, C0509, C0510, C0511, C0512, C0513, C0514, C0515, C0601, C0602, C0603, C0604, C0605, C0606, C0607, C0608, C0609, C0610, C0611, C0612, C0613, C0614, C0615, C0701, C0702, C0703, C0704, C0705, C0706, C0707, C0708, C0709, C0710, C0711, C0712, C0713, C0714, C0715, C0801, C0802, C0803, C0804, C0805, C0806, C0807, C0808, C0809, C0810, C0811, C0812, C0813, C0814, C0815, C0901, C0902, C0903, C0904, C0905, C0906, C0907, C0908, C0909, C0910, C0911, C0912, C0913, C0914, C0915, C1001, C1002, C1003, C1004, C1005, C1006, C1007, C1008, C1009, C1010, C1011, C1012, C1013, C1014, C1015, C1101, C1102, C1103, C1104, C1105, C1106, C1107, C1108, C1109, C1110, C1111, C1112, C1113, C1114, C1115, C1201, C1202, C1203, C1204, C1205, C1206, C1207, C1208, C1209, C1210, C1211, C1212, C1213, C1214, C1215, C1301, C1302, C1303, C1304, C1305, C1306, C1307, C1308, C1309, C1310, C1311, C1312, C1313, C1314, C1315, C1401, C1402, C1403, C1404, C1405, C1406, C1407, C1408, C1409, C1410, C1411, C1412, C1413, C1414, C1415, C1501, C1502, C1503, C1504, C1505, C1506, C1507, C1508, C1509, C1510, C1511, C1512, C1513, C1514, C1515});

        layout.setVerticalGroup(
            layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
            .addGroup(layout.createSequentialGroup()
                .addContainerGap(32, Short.MAX_VALUE)
                .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
                    .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
                        .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
                            .addComponent(C0101, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0102, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0103, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0104, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0105, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0106, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0107, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0108, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0109, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0110, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0111, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0112, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0113, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0114, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0115, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE))
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                        .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
                            .addComponent(C0201, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0202, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0203, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0204, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0205, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0206, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0207, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0208, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0209, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0210, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0211, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0212, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0213, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0214, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0215, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE))
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                        .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
                            .addComponent(C0301, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0302, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0303, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0304, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0305, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0306, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0307, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0308, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0309, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0310, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0311, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0312, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0313, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0314, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0315, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE))
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                        .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
                            .addComponent(C0401, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0402, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0403, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0404, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0405, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0406, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0407, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0408, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0409, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0410, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0411, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0412, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0413, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0414, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0415, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE))
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                        .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
                            .addComponent(C0501, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0502, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0503, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0504, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0505, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0506, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0507, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0508, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0509, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0510, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0511, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0512, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0513, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0514, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0515, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE))
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                        .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
                            .addComponent(C0601, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0602, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0603, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0604, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0605, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0606, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0607, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0608, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0609, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0610, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0611, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0612, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0613, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0614, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0615, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE))
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                        .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
                            .addComponent(C0701, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0702, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0703, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0704, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0705, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0706, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0707, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0708, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0709, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0710, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0711, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0712, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0713, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0714, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0715, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE))
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                        .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
                            .addComponent(C0801, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0802, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0803, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0804, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0805, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0806, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0807, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0808, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0809, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0810, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0811, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0812, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0813, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0814, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0815, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)))
                    .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
                        .addComponent(VerLab, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                        .addComponent(L2, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                        .addComponent(L3, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                        .addComponent(L4, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                        .addComponent(L5, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                        .addComponent(LIMPIAR, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                        .addGap(36, 36, 36)
                        .addComponent(INICIO, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                        .addGap(24, 24, 24)))
                .addGap(6, 6, 6)
                .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING, false)
                    .addGroup(layout.createSequentialGroup()
                        .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
                            .addComponent(C0901, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0902, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0903, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0904, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0905, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0906, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0907, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0908, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0909, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0910, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0911, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0912, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0913, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0914, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C0915, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE))
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                        .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
                            .addComponent(C1001, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1002, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1003, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1004, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1005, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1006, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1007, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1008, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1009, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1010, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1011, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1012, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1013, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1014, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1015, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE))
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                        .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
                            .addComponent(C1101, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1102, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1103, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1104, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1105, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1106, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1107, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1108, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1109, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1110, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1111, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1112, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1113, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1114, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1115, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE))
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                        .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
                            .addComponent(C1201, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1202, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1203, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1204, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1205, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1206, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1207, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1208, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1209, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1210, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1211, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1212, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1213, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1214, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1215, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE))
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                        .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
                            .addComponent(C1301, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1302, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1303, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1304, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1305, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1306, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1307, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1308, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1309, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1310, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1311, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1312, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1313, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1314, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1315, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE))
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                        .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
                            .addComponent(C1401, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1402, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1403, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1404, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1405, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1406, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1407, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1408, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1409, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1410, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1411, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1412, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1413, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1414, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1415, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE))
                        .addGap(3, 3, 3)
                        .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
                            .addComponent(C1501, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1502, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1503, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1504, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1505, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1506, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1507, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1508, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1509, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1510, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1511, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1512, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1513, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1514, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(C1515, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)))
                    .addGroup(layout.createSequentialGroup()
                        .addComponent(ARRIBA, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                        .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
                            .addComponent(IZQUIERDA, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addComponent(DERECHA, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE))
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
                        .addComponent(ABAJO, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                        .addGap(17, 17, 17)
                        .addComponent(SOLUCION, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
                        .addComponent(LEER, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
                        .addComponent(GUARDAR, javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)))
                .addGap(49, 49, 49))
        );

        layout.linkSize(javax.swing.SwingConstants.VERTICAL, new java.awt.Component[] {C0101, C0102, C0103, C0104, C0105, C0106, C0107, C0108, C0109, C0110, C0111, C0112, C0113, C0114, C0115, C0201, C0202, C0203, C0204, C0205, C0206, C0207, C0208, C0209, C0210, C0211, C0212, C0213, C0214, C0215, C0301, C0302, C0303, C0304, C0305, C0306, C0307, C0308, C0309, C0310, C0311, C0312, C0313, C0314, C0315, C0401, C0402, C0403, C0404, C0405, C0406, C0407, C0408, C0409, C0410, C0411, C0412, C0413, C0414, C0415, C0501, C0502, C0503, C0504, C0505, C0506, C0507, C0508, C0509, C0510, C0511, C0512, C0513, C0514, C0515, C0601, C0602, C0603, C0604, C0605, C0606, C0607, C0608, C0609, C0610, C0611, C0612, C0613, C0614, C0615, C0701, C0702, C0703, C0704, C0705, C0706, C0707, C0708, C0709, C0710, C0711, C0712, C0713, C0714, C0715, C0801, C0802, C0803, C0804, C0805, C0806, C0807, C0808, C0809, C0810, C0811, C0812, C0813, C0814, C0815, C0901, C0902, C0903, C0904, C0905, C0906, C0907, C0908, C0909, C0910, C0911, C0912, C0913, C0914, C0915, C1001, C1002, C1003, C1004, C1005, C1006, C1007, C1008, C1009, C1010, C1011, C1012, C1013, C1014, C1015, C1101, C1102, C1103, C1104, C1105, C1106, C1107, C1108, C1109, C1110, C1111, C1112, C1113, C1114, C1115, C1201, C1202, C1203, C1204, C1205, C1206, C1207, C1208, C1209, C1210, C1211, C1212, C1213, C1214, C1215, C1301, C1302, C1303, C1304, C1305, C1306, C1307, C1308, C1309, C1310, C1311, C1312, C1313, C1314, C1315, C1401, C1402, C1403, C1404, C1405, C1406, C1407, C1408, C1409, C1410, C1411, C1412, C1413, C1414, C1415, C1501, C1502, C1503, C1504, C1505, C1506, C1507, C1508, C1509, C1510, C1511, C1512, C1513, C1514, C1515});

        pack();
    }// </editor-fold>                        

    private void VerLabActionPerformed(java.awt.event.ActionEvent evt) {                                       
        C0101.setBackground(MiColor[M[1][1]]);
        C0102.setBackground(MiColor[M[1][2]]);
        C0103.setBackground(MiColor[M[1][3]]);
        C0104.setBackground(MiColor[M[1][4]]);
        C0105.setBackground(MiColor[M[1][5]]);
        C0106.setBackground(MiColor[M[1][6]]);
        C0107.setBackground(MiColor[M[1][7]]);
        C0108.setBackground(MiColor[M[1][8]]);
        C0109.setBackground(MiColor[M[1][9]]);
        C0110.setBackground(MiColor[M[1][10]]);
        C0111.setBackground(MiColor[M[1][11]]);
        C0112.setBackground(MiColor[M[1][12]]);
        C0113.setBackground(MiColor[M[1][13]]);
        C0114.setBackground(MiColor[M[1][14]]);
        C0115.setBackground(MiColor[M[1][15]]);
        
        C0201.setBackground(MiColor[M[2][1]]);
        C0202.setBackground(MiColor[M[2][2]]);
        C0203.setBackground(MiColor[M[2][3]]);
        C0204.setBackground(MiColor[M[2][4]]);
        C0205.setBackground(MiColor[M[2][5]]);
        C0206.setBackground(MiColor[M[2][6]]);
        C0207.setBackground(MiColor[M[2][7]]);
        C0208.setBackground(MiColor[M[2][8]]);
        C0209.setBackground(MiColor[M[2][9]]);
        C0210.setBackground(MiColor[M[2][10]]);
        C0211.setBackground(MiColor[M[2][11]]);
        C0212.setBackground(MiColor[M[2][12]]);
        C0213.setBackground(MiColor[M[2][13]]);
        C0214.setBackground(MiColor[M[2][14]]);
        C0215.setBackground(MiColor[M[2][15]]);
        
        C0301.setBackground(MiColor[M[3][1]]);
        C0302.setBackground(MiColor[M[3][2]]);
        C0303.setBackground(MiColor[M[3][3]]);
        C0304.setBackground(MiColor[M[3][4]]);
        C0305.setBackground(MiColor[M[3][5]]);
        C0306.setBackground(MiColor[M[3][6]]);
        C0307.setBackground(MiColor[M[3][7]]);
        C0308.setBackground(MiColor[M[3][8]]);
        C0309.setBackground(MiColor[M[3][9]]);
        C0310.setBackground(MiColor[M[3][10]]);
        C0311.setBackground(MiColor[M[3][11]]);
        C0312.setBackground(MiColor[M[3][12]]);
        C0313.setBackground(MiColor[M[3][13]]);
        C0314.setBackground(MiColor[M[3][14]]);
        C0315.setBackground(MiColor[M[3][15]]);
        
        C0401.setBackground(MiColor[M[4][1]]);
        C0402.setBackground(MiColor[M[4][2]]);
        C0403.setBackground(MiColor[M[4][3]]);
        C0404.setBackground(MiColor[M[4][4]]);
        C0405.setBackground(MiColor[M[4][5]]);
        C0406.setBackground(MiColor[M[4][6]]);
        C0407.setBackground(MiColor[M[4][7]]);
        C0408.setBackground(MiColor[M[4][8]]);
        C0409.setBackground(MiColor[M[4][9]]);
        C0410.setBackground(MiColor[M[4][10]]);
        C0411.setBackground(MiColor[M[4][11]]);
        C0412.setBackground(MiColor[M[4][12]]);
        C0413.setBackground(MiColor[M[4][13]]);
        C0414.setBackground(MiColor[M[4][14]]);
        C0415.setBackground(MiColor[M[4][15]]);
        
        C0501.setBackground(MiColor[M[5][1]]);
        C0502.setBackground(MiColor[M[5][2]]);
        C0503.setBackground(MiColor[M[5][3]]);
        C0504.setBackground(MiColor[M[5][4]]);
        C0505.setBackground(MiColor[M[5][5]]);
        C0506.setBackground(MiColor[M[5][6]]);
        C0507.setBackground(MiColor[M[5][7]]);
        C0508.setBackground(MiColor[M[5][8]]);
        C0509.setBackground(MiColor[M[5][9]]);
        C0510.setBackground(MiColor[M[5][10]]);
        C0511.setBackground(MiColor[M[5][11]]);
        C0512.setBackground(MiColor[M[5][12]]);
        C0513.setBackground(MiColor[M[5][13]]);
        C0514.setBackground(MiColor[M[5][14]]);
        C0515.setBackground(MiColor[M[5][15]]);
        
        C0601.setBackground(MiColor[M[6][1]]);
        C0602.setBackground(MiColor[M[6][2]]);
        C0603.setBackground(MiColor[M[6][3]]);
        C0604.setBackground(MiColor[M[6][4]]);
        C0605.setBackground(MiColor[M[6][5]]);
        C0606.setBackground(MiColor[M[6][6]]);
        C0607.setBackground(MiColor[M[6][7]]);
        C0608.setBackground(MiColor[M[6][8]]);
        C0609.setBackground(MiColor[M[6][9]]);
        C0610.setBackground(MiColor[M[6][10]]);
        C0611.setBackground(MiColor[M[6][11]]);
        C0612.setBackground(MiColor[M[6][12]]);
        C0613.setBackground(MiColor[M[6][13]]);
        C0614.setBackground(MiColor[M[6][14]]);
        C0615.setBackground(MiColor[M[6][15]]);
        
        C0701.setBackground(MiColor[M[7][1]]);
        C0702.setBackground(MiColor[M[7][2]]);
        C0703.setBackground(MiColor[M[7][3]]);
        C0704.setBackground(MiColor[M[7][4]]);
        C0705.setBackground(MiColor[M[7][5]]);
        C0706.setBackground(MiColor[M[7][6]]);
        C0707.setBackground(MiColor[M[7][7]]);
        C0708.setBackground(MiColor[M[7][8]]);
        C0709.setBackground(MiColor[M[7][9]]);
        C0710.setBackground(MiColor[M[7][10]]);
        C0711.setBackground(MiColor[M[7][11]]);
        C0712.setBackground(MiColor[M[7][12]]);
        C0713.setBackground(MiColor[M[7][13]]);
        C0714.setBackground(MiColor[M[7][14]]);
        C0715.setBackground(MiColor[M[7][15]]);
        
        C0801.setBackground(MiColor[M[8][1]]);
        C0802.setBackground(MiColor[M[8][2]]);
        C0803.setBackground(MiColor[M[8][3]]);
        C0804.setBackground(MiColor[M[8][4]]);
        C0805.setBackground(MiColor[M[8][5]]);
        C0806.setBackground(MiColor[M[8][6]]);
        C0807.setBackground(MiColor[M[8][7]]);
        C0808.setBackground(MiColor[M[8][8]]);
        C0809.setBackground(MiColor[M[8][9]]);
        C0810.setBackground(MiColor[M[8][10]]);
        C0811.setBackground(MiColor[M[8][11]]);
        C0812.setBackground(MiColor[M[8][12]]);
        C0813.setBackground(MiColor[M[8][13]]);
        C0814.setBackground(MiColor[M[8][14]]);
        C0815.setBackground(MiColor[M[8][15]]);
        
        C0901.setBackground(MiColor[M[9][1]]);
        C0902.setBackground(MiColor[M[9][2]]);
        C0903.setBackground(MiColor[M[9][3]]);
        C0904.setBackground(MiColor[M[9][4]]);
        C0905.setBackground(MiColor[M[9][5]]);
        C0906.setBackground(MiColor[M[9][6]]);
        C0907.setBackground(MiColor[M[9][7]]);
        C0908.setBackground(MiColor[M[9][8]]);
        C0909.setBackground(MiColor[M[9][9]]);
        C0910.setBackground(MiColor[M[9][10]]);
        C0911.setBackground(MiColor[M[9][11]]);
        C0912.setBackground(MiColor[M[9][12]]);
        C0913.setBackground(MiColor[M[9][13]]);
        C0914.setBackground(MiColor[M[9][14]]);
        C0915.setBackground(MiColor[M[9][15]]);
        
        C1001.setBackground(MiColor[M[10][1]]);
        C1002.setBackground(MiColor[M[10][2]]);
        C1003.setBackground(MiColor[M[10][3]]);
        C1004.setBackground(MiColor[M[10][4]]);
        C1005.setBackground(MiColor[M[10][5]]);
        C1006.setBackground(MiColor[M[10][6]]);
        C1007.setBackground(MiColor[M[10][7]]);
        C1008.setBackground(MiColor[M[10][8]]);
        C1009.setBackground(MiColor[M[10][9]]);
        C1010.setBackground(MiColor[M[10][10]]);
        C1011.setBackground(MiColor[M[10][11]]);
        C1012.setBackground(MiColor[M[10][12]]);
        C1013.setBackground(MiColor[M[10][13]]);
        C1014.setBackground(MiColor[M[10][14]]);
        C1015.setBackground(MiColor[M[10][15]]);
        
        C1101.setBackground(MiColor[M[11][1]]);
        C1102.setBackground(MiColor[M[11][2]]);
        C1103.setBackground(MiColor[M[11][3]]);
        C1104.setBackground(MiColor[M[11][4]]);
        C1105.setBackground(MiColor[M[11][5]]);
        C1106.setBackground(MiColor[M[11][6]]);
        C1107.setBackground(MiColor[M[11][7]]);
        C1108.setBackground(MiColor[M[11][8]]);
        C1109.setBackground(MiColor[M[11][9]]);
        C1110.setBackground(MiColor[M[11][10]]);
        C1111.setBackground(MiColor[M[11][11]]);
        C1112.setBackground(MiColor[M[11][12]]);
        C1113.setBackground(MiColor[M[11][13]]);
        C1114.setBackground(MiColor[M[11][14]]);
        C1115.setBackground(MiColor[M[11][15]]);
        
        C1201.setBackground(MiColor[M[12][1]]);
        C1202.setBackground(MiColor[M[12][2]]);
        C1203.setBackground(MiColor[M[12][3]]);
        C1204.setBackground(MiColor[M[12][4]]);
        C1205.setBackground(MiColor[M[12][5]]);
        C1206.setBackground(MiColor[M[12][6]]);
        C1207.setBackground(MiColor[M[12][7]]);
        C1208.setBackground(MiColor[M[12][8]]);
        C1209.setBackground(MiColor[M[12][9]]);
        C1210.setBackground(MiColor[M[12][10]]);
        C1211.setBackground(MiColor[M[12][11]]);
        C1212.setBackground(MiColor[M[12][12]]);
        C1213.setBackground(MiColor[M[12][13]]);
        C1214.setBackground(MiColor[M[12][14]]);
        C1215.setBackground(MiColor[M[12][15]]);
        
        C1301.setBackground(MiColor[M[13][1]]);
        C1302.setBackground(MiColor[M[13][2]]);
        C1303.setBackground(MiColor[M[13][3]]);
        C1304.setBackground(MiColor[M[13][4]]);
        C1305.setBackground(MiColor[M[13][5]]);
        C1306.setBackground(MiColor[M[13][6]]);
        C1307.setBackground(MiColor[M[13][7]]);
        C1308.setBackground(MiColor[M[13][8]]);
        C1309.setBackground(MiColor[M[13][9]]);
        C1310.setBackground(MiColor[M[13][10]]);
        C1311.setBackground(MiColor[M[13][11]]);
        C1312.setBackground(MiColor[M[13][12]]);
        C1313.setBackground(MiColor[M[13][13]]);
        C1314.setBackground(MiColor[M[13][14]]);
        C1315.setBackground(MiColor[M[13][15]]);
        
        C1401.setBackground(MiColor[M[14][1]]);
        C1402.setBackground(MiColor[M[14][2]]);
        C1403.setBackground(MiColor[M[14][3]]);
        C1404.setBackground(MiColor[M[14][4]]);
        C1405.setBackground(MiColor[M[14][5]]);
        C1406.setBackground(MiColor[M[14][6]]);
        C1407.setBackground(MiColor[M[14][7]]);
        C1408.setBackground(MiColor[M[14][8]]);
        C1409.setBackground(MiColor[M[14][9]]);
        C1410.setBackground(MiColor[M[14][10]]);
        C1411.setBackground(MiColor[M[14][11]]);
        C1412.setBackground(MiColor[M[14][12]]);
        C1413.setBackground(MiColor[M[14][13]]);
        C1414.setBackground(MiColor[M[14][14]]);
        C1415.setBackground(MiColor[M[14][15]]);
        
        C1501.setBackground(MiColor[M[15][1]]);
        C1502.setBackground(MiColor[M[15][2]]);
        C1503.setBackground(MiColor[M[15][3]]);
        C1504.setBackground(MiColor[M[15][4]]);
        C1505.setBackground(MiColor[M[15][5]]);
        C1506.setBackground(MiColor[M[15][6]]);
        C1507.setBackground(MiColor[M[15][7]]);
        C1508.setBackground(MiColor[M[15][8]]);
        C1509.setBackground(MiColor[M[15][9]]);
        C1510.setBackground(MiColor[M[15][10]]);
        C1511.setBackground(MiColor[M[15][11]]);
        C1512.setBackground(MiColor[M[15][12]]);
        C1513.setBackground(MiColor[M[15][13]]);
        C1514.setBackground(MiColor[M[15][14]]);
        C1515.setBackground(MiColor[M[15][15]]);
    }                                      

    public JButton getVerLab() {
        return VerLab;
    }

    public void setVerLab(JButton VerLab) {
        this.VerLab = VerLab;
    }

    
    
    private void L2ActionPerformed(java.awt.event.ActionEvent evt) {                                   
        for(int i=1; i<=15; i++){
            for(int j=1; j<=15; j++){
                M[i][j]=N[i][j];
            }
        }
    }                                  

    private void L3ActionPerformed(java.awt.event.ActionEvent evt) {                                   
         for(int i=1; i<=15; i++){
            for(int j=1; j<=15; j++){
                M[i][j]=O[i][j];
            }
         }      
    }                                  

    private void L4ActionPerformed(java.awt.event.ActionEvent evt) {                                   
        for(int i=1; i<=15; i++){
            for(int j=1; j<=15; j++){
                M[i][j]=P[i][j];
            }
        }
    }                                  

    private void L5ActionPerformed(java.awt.event.ActionEvent evt) {                                   
        for(int i=1; i<=15; i++){
            for(int j=1; j<=15; j++){
                M[i][j]=Q[i][j];
            }
        }
    }                                  

    private void LIMPIARActionPerformed(java.awt.event.ActionEvent evt) {                                        
        for(int i=1; i<=15; i++){
            for(int j=1; j<=15; j++){
                M[i][j]=0;
            }
        }
    }                                       

    private void INICIOActionPerformed(java.awt.event.ActionEvent evt) {                                       
       i=2; j=1; k=0;
       M[i][j]=3;
       VerLab.doClick();
    }                                      

    private void ARRIBAActionPerformed(java.awt.event.ActionEvent evt) {                                       
        if(M[i-1][j]==0){
            M[i][j]=0;
            i=i-1;
            M[i][j]=3;
        }
        VerLab.doClick();
    }                                      

    private void IZQUIERDAActionPerformed(java.awt.event.ActionEvent evt) {                                          
        if(j<15 && M[i][j-1]==0){
            M[i][j]=0;
            j=j-1;
            M[i][j]=3;
        }
        VerLab.doClick();
    }                                         

    private void DERECHAActionPerformed(java.awt.event.ActionEvent evt) {                                        
       if(j<15 && M[i][j+1]==0){
            M[i][j]=0;
            j=j+1;
            M[i][j]=3;
        }
        VerLab.doClick();
    }                                       

    private void ABAJOActionPerformed(java.awt.event.ActionEvent evt) {                                      
        if(M[i+1][j]==0){
            M[i][j]=0;
            i=i+1;
            M[i][j]=3;
        }
        VerLab.doClick();
    }                                     

    private void SOLUCIONActionPerformed(java.awt.event.ActionEvent evt) {                                         
        k=k+1;
        if(k>28) k=28;
        if(RUTA[k]==1) ARRIBA.doClick();
        if(RUTA[k]==2) DERECHA.doClick();
        if(RUTA[k]==3) ABAJO.doClick();
        if(RUTA[k]==4) IZQUIERDA.doClick();
    }                                        

    private void LEERActionPerformed(java.awt.event.ActionEvent evt) {                                     
        LABERINTO X= new LABERINTO();
        i=0;
        LECTURA();
        
       
    }                                    

    private void GUARDARActionPerformed(java.awt.event.ActionEvent evt) {                                        
        LABERINTO X= new LABERINTO();
        Escritura(X);
    }                                       

    public void Escritura(LABERINTO X){
      File a= new File("C:/TIENDA/LABERINTOM.txt");
      try{
       FileWriter fw = new FileWriter(a);
       PrintWriter pw = new PrintWriter(fw);
             
       for(int i=0;i<=15;i++){ 
           for(int j=0; j<=15; j++ ){
            pw.println(X.M[i][j]);
           } 
        }
       fw.close();
      } 
      catch (IOException e){
          System.out.println("error info. no Guardada");
        }
    }

public LABERINTO LECTURA(){
    LABERINTO X= new LABERINTO();
     int k=0;
        File a =new File("C:/TIENDA/LABERINTOM.txt");
        try
          {
             FileReader fr = new FileReader(a);
             BufferedReader br= new BufferedReader(fr);
             String Linea;
             Linea=br.readLine();
             k=-1;
             while(Linea !=null)
             {   
                 k=k+1;
                 
                 X.M[i][j]=Integer.parseInt(Linea);
                 Linea=br.readLine();
                
             } 
      }
      catch (IOException e){
          System.out.println("error");
        }
       return X; 
      }
    
    public static void main(String args[]) {
        
        
        //<editor-fold defaultstate="collapsed" desc=" Look and feel setting code (optional) ">
        /* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel.
         * For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html 
         */
        try {
            for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) {
                if ("Nimbus".equals(info.getName())) {
                    javax.swing.UIManager.setLookAndFeel(info.getClassName());
                    break;
                }
            }
        } catch (ClassNotFoundException ex) {
            java.util.logging.Logger.getLogger(LABERINTO.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
        } catch (InstantiationException ex) {
            java.util.logging.Logger.getLogger(LABERINTO.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
        } catch (IllegalAccessException ex) {
            java.util.logging.Logger.getLogger(LABERINTO.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
        } catch (javax.swing.UnsupportedLookAndFeelException ex) {
            java.util.logging.Logger.getLogger(LABERINTO.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
        }
        //</editor-fold>

        
        java.awt.EventQueue.invokeLater(new Runnable() {
            public void run() {
                new LABERINTO().setVisible(true);
            }
        });
    }

    // Variables declaration - do not modify                     
    private javax.swing.JButton ABAJO;
    private javax.swing.JButton ARRIBA;
    private javax.swing.JTextField C0101;
    private javax.swing.JTextField C0102;
    private javax.swing.JTextField C0103;
    private javax.swing.JTextField C0104;
    private javax.swing.JTextField C0105;
    private javax.swing.JTextField C0106;
    private javax.swing.JTextField C0107;
    private javax.swing.JTextField C0108;
    private javax.swing.JTextField C0109;
    private javax.swing.JTextField C0110;
    private javax.swing.JTextField C0111;
    private javax.swing.JTextField C0112;
    private javax.swing.JTextField C0113;
    private javax.swing.JTextField C0114;
    private javax.swing.JTextField C0115;
    private javax.swing.JTextField C0201;
    private javax.swing.JTextField C0202;
    private javax.swing.JTextField C0203;
    private javax.swing.JTextField C0204;
    private javax.swing.JTextField C0205;
    private javax.swing.JTextField C0206;
    private javax.swing.JTextField C0207;
    private javax.swing.JTextField C0208;
    private javax.swing.JTextField C0209;
    private javax.swing.JTextField C0210;
    private javax.swing.JTextField C0211;
    private javax.swing.JTextField C0212;
    private javax.swing.JTextField C0213;
    private javax.swing.JTextField C0214;
    private javax.swing.JTextField C0215;
    private javax.swing.JTextField C0301;
    private javax.swing.JTextField C0302;
    private javax.swing.JTextField C0303;
    private javax.swing.JTextField C0304;
    private javax.swing.JTextField C0305;
    private javax.swing.JTextField C0306;
    private javax.swing.JTextField C0307;
    private javax.swing.JTextField C0308;
    private javax.swing.JTextField C0309;
    private javax.swing.JTextField C0310;
    private javax.swing.JTextField C0311;
    private javax.swing.JTextField C0312;
    private javax.swing.JTextField C0313;
    private javax.swing.JTextField C0314;
    private javax.swing.JTextField C0315;
    private javax.swing.JTextField C0401;
    private javax.swing.JTextField C0402;
    private javax.swing.JTextField C0403;
    private javax.swing.JTextField C0404;
    private javax.swing.JTextField C0405;
    private javax.swing.JTextField C0406;
    private javax.swing.JTextField C0407;
    private javax.swing.JTextField C0408;
    private javax.swing.JTextField C0409;
    private javax.swing.JTextField C0410;
    private javax.swing.JTextField C0411;
    private javax.swing.JTextField C0412;
    private javax.swing.JTextField C0413;
    private javax.swing.JTextField C0414;
    private javax.swing.JTextField C0415;
    private javax.swing.JTextField C0501;
    private javax.swing.JTextField C0502;
    private javax.swing.JTextField C0503;
    private javax.swing.JTextField C0504;
    private javax.swing.JTextField C0505;
    private javax.swing.JTextField C0506;
    private javax.swing.JTextField C0507;
    private javax.swing.JTextField C0508;
    private javax.swing.JTextField C0509;
    private javax.swing.JTextField C0510;
    private javax.swing.JTextField C0511;
    private javax.swing.JTextField C0512;
    private javax.swing.JTextField C0513;
    private javax.swing.JTextField C0514;
    private javax.swing.JTextField C0515;
    private javax.swing.JTextField C0601;
    private javax.swing.JTextField C0602;
    private javax.swing.JTextField C0603;
    private javax.swing.JTextField C0604;
    private javax.swing.JTextField C0605;
    private javax.swing.JTextField C0606;
    private javax.swing.JTextField C0607;
    private javax.swing.JTextField C0608;
    private javax.swing.JTextField C0609;
    private javax.swing.JTextField C0610;
    private javax.swing.JTextField C0611;
    private javax.swing.JTextField C0612;
    private javax.swing.JTextField C0613;
    private javax.swing.JTextField C0614;
    private javax.swing.JTextField C0615;
    private javax.swing.JTextField C0701;
    private javax.swing.JTextField C0702;
    private javax.swing.JTextField C0703;
    private javax.swing.JTextField C0704;
    private javax.swing.JTextField C0705;
    private javax.swing.JTextField C0706;
    private javax.swing.JTextField C0707;
    private javax.swing.JTextField C0708;
    private javax.swing.JTextField C0709;
    private javax.swing.JTextField C0710;
    private javax.swing.JTextField C0711;
    private javax.swing.JTextField C0712;
    private javax.swing.JTextField C0713;
    private javax.swing.JTextField C0714;
    private javax.swing.JTextField C0715;
    private javax.swing.JTextField C0801;
    private javax.swing.JTextField C0802;
    private javax.swing.JTextField C0803;
    private javax.swing.JTextField C0804;
    private javax.swing.JTextField C0805;
    private javax.swing.JTextField C0806;
    private javax.swing.JTextField C0807;
    private javax.swing.JTextField C0808;
    private javax.swing.JTextField C0809;
    private javax.swing.JTextField C0810;
    private javax.swing.JTextField C0811;
    private javax.swing.JTextField C0812;
    private javax.swing.JTextField C0813;
    private javax.swing.JTextField C0814;
    private javax.swing.JTextField C0815;
    private javax.swing.JTextField C0901;
    private javax.swing.JTextField C0902;
    private javax.swing.JTextField C0903;
    private javax.swing.JTextField C0904;
    private javax.swing.JTextField C0905;
    private javax.swing.JTextField C0906;
    private javax.swing.JTextField C0907;
    private javax.swing.JTextField C0908;
    private javax.swing.JTextField C0909;
    private javax.swing.JTextField C0910;
    private javax.swing.JTextField C0911;
    private javax.swing.JTextField C0912;
    private javax.swing.JTextField C0913;
    private javax.swing.JTextField C0914;
    private javax.swing.JTextField C0915;
    private javax.swing.JTextField C1001;
    private javax.swing.JTextField C1002;
    private javax.swing.JTextField C1003;
    private javax.swing.JTextField C1004;
    private javax.swing.JTextField C1005;
    private javax.swing.JTextField C1006;
    private javax.swing.JTextField C1007;
    private javax.swing.JTextField C1008;
    private javax.swing.JTextField C1009;
    private javax.swing.JTextField C1010;
    private javax.swing.JTextField C1011;
    private javax.swing.JTextField C1012;
    private javax.swing.JTextField C1013;
    private javax.swing.JTextField C1014;
    private javax.swing.JTextField C1015;
    private javax.swing.JTextField C1101;
    private javax.swing.JTextField C1102;
    private javax.swing.JTextField C1103;
    private javax.swing.JTextField C1104;
    private javax.swing.JTextField C1105;
    private javax.swing.JTextField C1106;
    private javax.swing.JTextField C1107;
    private javax.swing.JTextField C1108;
    private javax.swing.JTextField C1109;
    private javax.swing.JTextField C1110;
    private javax.swing.JTextField C1111;
    private javax.swing.JTextField C1112;
    private javax.swing.JTextField C1113;
    private javax.swing.JTextField C1114;
    private javax.swing.JTextField C1115;
    private javax.swing.JTextField C1201;
    private javax.swing.JTextField C1202;
    private javax.swing.JTextField C1203;
    private javax.swing.JTextField C1204;
    private javax.swing.JTextField C1205;
    private javax.swing.JTextField C1206;
    private javax.swing.JTextField C1207;
    private javax.swing.JTextField C1208;
    private javax.swing.JTextField C1209;
    private javax.swing.JTextField C1210;
    private javax.swing.JTextField C1211;
    private javax.swing.JTextField C1212;
    private javax.swing.JTextField C1213;
    private javax.swing.JTextField C1214;
    private javax.swing.JTextField C1215;
    private javax.swing.JTextField C1301;
    private javax.swing.JTextField C1302;
    private javax.swing.JTextField C1303;
    private javax.swing.JTextField C1304;
    private javax.swing.JTextField C1305;
    private javax.swing.JTextField C1306;
    private javax.swing.JTextField C1307;
    private javax.swing.JTextField C1308;
    private javax.swing.JTextField C1309;
    private javax.swing.JTextField C1310;
    private javax.swing.JTextField C1311;
    private javax.swing.JTextField C1312;
    private javax.swing.JTextField C1313;
    private javax.swing.JTextField C1314;
    private javax.swing.JTextField C1315;
    private javax.swing.JTextField C1401;
    private javax.swing.JTextField C1402;
    private javax.swing.JTextField C1403;
    private javax.swing.JTextField C1404;
    private javax.swing.JTextField C1405;
    private javax.swing.JTextField C1406;
    private javax.swing.JTextField C1407;
    private javax.swing.JTextField C1408;
    private javax.swing.JTextField C1409;
    private javax.swing.JTextField C1410;
    private javax.swing.JTextField C1411;
    private javax.swing.JTextField C1412;
    private javax.swing.JTextField C1413;
    private javax.swing.JTextField C1414;
    private javax.swing.JTextField C1415;
    private javax.swing.JTextField C1501;
    private javax.swing.JTextField C1502;
    private javax.swing.JTextField C1503;
    private javax.swing.JTextField C1504;
    private javax.swing.JTextField C1505;
    private javax.swing.JTextField C1506;
    private javax.swing.JTextField C1507;
    private javax.swing.JTextField C1508;
    private javax.swing.JTextField C1509;
    private javax.swing.JTextField C1510;
    private javax.swing.JTextField C1511;
    private javax.swing.JTextField C1512;
    private javax.swing.JTextField C1513;
    private javax.swing.JTextField C1514;
    private javax.swing.JTextField C1515;
    private javax.swing.JButton DERECHA;
    private javax.swing.JButton GUARDAR;
    private javax.swing.JButton INICIO;
    private javax.swing.JButton IZQUIERDA;
    private javax.swing.JButton L2;
    private javax.swing.JButton L3;
    private javax.swing.JButton L4;
    private javax.swing.JButton L5;
    private javax.swing.JButton LEER;
    private javax.swing.JButton LIMPIAR;
    private javax.swing.JButton SOLUCION;
    private javax.swing.JButton VerLab;
    // End of variables declaration                   
}
